@extends('layouts.app') @section('title','Farbkontrast Rechner - WCAG Kontrast pruefen') @section('meta_description','Pruefe den Kontrast zweier Farben nach WCAG und sieh sofort, ob AA und AAA erreicht werden.') @section('meta_extra')@endsection @section('content') @include('tools._simple_style')
Developer

Farbkontrast.

Prüft, ob Vorder- und Hintergrundfarbe gut lesbar zusammenpassen.

Beispieltext für Kontrast
@include('tools._ads_banner')
@include('tools._seo_content', ['toolSlug' => 'farbkontrast', 'toolName' => 'Farbkontrast Checker']) @endsection