Black

#032730

Cyan

Color Codes

All color formats for development

HEX
#032730
RGB
rgb(3, 39, 48)
HSL
hsl(192, 88%, 10%)
OKLCH
oklch(0.253 0.043 218.4)
CMYK
cmyk(94%, 19%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

15.71:1

AA AAA

On Black Background

1.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DDF7
200
#C1EF
300
#91E3
400
#57D5
500
#27C9
600
#0DAB
700
#0B88
800
#0861
900
#053E
950
#0327

Shades

Darker variations

1#03232B
2#021F26
3#021B22
4#02171D
5#021318
6#011013
7#010C0E
8#01080A
9#000405

Tints

Lighter variations

1#064A5B
2#096D86
3#0B90B1
4#0EB3DD
5#27C9F1
6#52D4F4
7#7EDFF7
8#A9E9F9
9#D4F4FC

Tones

Muted variations

1#05262E
2#08242B
3#0A2329
4#0C2227
5#0E2025
6#111F22
7#131E20
8#151C1E
9#171B1C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF7
#DDF7FD
Light backgroundsTable row hoverSkeleton loading
200
C1EF
#C1EFFB
Secondary backgroundsInput backgroundsDividers
300
91E3
#91E3F8
BordersInactive statesPlaceholder text
400
57D5
#57D5F4
Disabled statesSecondary iconsMuted text
500
27C9
#27C9F1
Primary brand colorCTAsActive elementsLinks
600
0DAB
#0DABD3
Hover statesFocus ringsPrimary buttons hover
700
0B88
#0B88A8
Active/pressed statesDark mode accentsSecondary text
800
0861
#086178
Text on light backgroundsHeadingsStrong borders
900
053E
#053E4D
Primary textHigh emphasis contentDark headings
950
0327
#032730
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1FBFE;
  --black-100: #DDF7FD;
  --black-200: #C1EFFB;
  --black-300: #91E3F8;
  --black-400: #57D5F4;
  --black-500: #27C9F1;
  --black-600: #0DABD3;
  --black-700: #0B88A8;
  --black-800: #086178;
  --black-900: #053E4D;
  --black-950: #032730;
}
Generate More ShadesCreate PaletteConvert Color