Black

#082B2A

Cyan

Color Codes

All color formats for development

HEX
#082B2A
RGB
rgb(8, 43, 42)
HSL
hsl(178, 69%, 10%)
OKLCH
oklch(0.264 0.039 192.3)
CMYK
cmyk(81%, 0%, 2%, 83%)

Accessibility

WCAG contrast compliance

On White Background

15.12:1

AA AAA

On Black Background

1.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#072726
2#062222
3#061E1D
4#051A19
5#041615
6#031111
7#020D0D
8#020908
9#010404

Tints

Lighter variations

1#0F5250
2#167975
3#1D9F9B
4#24C6C1
5#3DDBD6
6#64E3DE
7#8BEAE6
8#B1F1EF
9#D8F8F7

Tones

Muted variations

1#0A2928
2#0B2827
3#0D2625
4#0F2423
5#112222
6#122120
7#141F1E
8#161D1D
9#181B1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F9
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5F3
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDEA
BordersInactive statesPlaceholder text
400
68E3
#68E3DF
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBD6
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BEB8
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9793
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C69
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4543
Primary textHigh emphasis contentDark headings
950
082B
#082B2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2FDFC;
  --black-100: #E1F9F9;
  --black-200: #C7F5F3;
  --black-300: #9CEDEA;
  --black-400: #68E3DF;
  --black-500: #3DDBD6;
  --black-600: #23BEB8;
  --black-700: #1C9793;
  --black-800: #146C69;
  --black-900: #0D4543;
  --black-950: #082B2A;
}
Generate More ShadesCreate PaletteConvert Color