Black

#06242D

Cyan

Color Codes

All color formats for development

HEX
#06242D
RGB
rgb(6, 36, 45)
HSL
hsl(194, 76%, 10%)
OKLCH
oklch(0.243 0.039 221.6)
CMYK
cmyk(87%, 20%, 0%, 82%)

Accessibility

WCAG contrast compliance

On White Background

16.18:1

AA AAA

On Black Background

1.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E0F4
200
#C5EB
300
#98DC
400
#62CA
500
#35BB
600
#1B9E
700
#157D
800
#0F5A
900
#0A39
950
#0624

Shades

Darker variations

1#062028
2#051D24
3#04191F
4#04161B
5#031216
6#020E12
7#020B0D
8#010709
9#010404

Tints

Lighter variations

1#0C4455
2#11647E
3#1785A6
4#1CA5CE
5#35BBE3
6#5DC8E9
7#86D6EE
8#AEE4F4
9#D7F1F9

Tones

Muted variations

1#08232B
2#0A2229
3#0C2127
4#0E2025
5#101F23
6#121E21
7#141D1F
8#161C1D
9#181B1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F4
#E0F4FB
Light backgroundsTable row hoverSkeleton loading
200
C5EB
#C5EBF7
Secondary backgroundsInput backgroundsDividers
300
98DC
#98DCF1
BordersInactive statesPlaceholder text
400
62CA
#62CAEA
Disabled statesSecondary iconsMuted text
500
35BB
#35BBE3
Primary brand colorCTAsActive elementsLinks
600
1B9E
#1B9EC5
Hover statesFocus ringsPrimary buttons hover
700
157D
#157D9D
Active/pressed statesDark mode accentsSecondary text
800
0F5A
#0F5A70
Text on light backgroundsHeadingsStrong borders
900
0A39
#0A3948
Primary textHigh emphasis contentDark headings
950
0624
#06242D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2FAFD;
  --black-100: #E0F4FB;
  --black-200: #C5EBF7;
  --black-300: #98DCF1;
  --black-400: #62CAEA;
  --black-500: #35BBE3;
  --black-600: #1B9EC5;
  --black-700: #157D9D;
  --black-800: #0F5A70;
  --black-900: #0A3948;
  --black-950: #06242D;
}
Generate More ShadesCreate PaletteConvert Color