Black

#0A2925

Cyan

Color Codes

All color formats for development

HEX
#0A2925
RGB
rgb(10, 41, 37)
HSL
hsl(172, 61%, 10%)
OKLCH
oklch(0.257 0.037 183.5)
CMYK
cmyk(76%, 0%, 10%, 84%)

Accessibility

WCAG contrast compliance

On White Background

15.48:1

AA AAA

On Black Background

1.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#CAF2
300
#A1E8
400
#6FDC
500
#46D2
600
#2CB5
700
#2390
800
#1967
900
#1042
950
#0A29

Shades

Darker variations

1#092521
2#08211E
3#071D1A
4#061916
5#051512
6#04100F
7#030C0B
8#020807
9#010404

Tints

Lighter variations

1#134E46
2#1C7367
3#259889
4#2EBDAA
5#46D2C0
6#6BDBCC
7#90E4D9
8#B5EDE6
9#DAF6F2

Tones

Muted variations

1#0C2724
2#0D2623
3#0F2421
4#102320
5#12211F
6#13201E
7#151E1D
8#161D1C
9#181B1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F5
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2ED
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8DF
BordersInactive statesPlaceholder text
400
6FDC
#6FDCCE
Disabled statesSecondary iconsMuted text
500
46D2
#46D2C0
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB5A2
Hover statesFocus ringsPrimary buttons hover
700
2390
#239081
Active/pressed statesDark mode accentsSecondary text
800
1967
#19675C
Text on light backgroundsHeadingsStrong borders
900
1042
#10423B
Primary textHigh emphasis contentDark headings
950
0A29
#0A2925
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F3FCFB;
  --black-100: #E2F8F5;
  --black-200: #CAF2ED;
  --black-300: #A1E8DF;
  --black-400: #6FDCCE;
  --black-500: #46D2C0;
  --black-600: #2CB5A2;
  --black-700: #239081;
  --black-800: #19675C;
  --black-900: #10423B;
  --black-950: #0A2925;
}
Generate More ShadesCreate PaletteConvert Color