Black

#07262C

Cyan

Color Codes

All color formats for development

HEX
#07262C
RGB
rgb(7, 38, 44)
HSL
hsl(190, 73%, 10%)
OKLCH
oklch(0.249 0.037 213)
CMYK
cmyk(84%, 14%, 0%, 83%)

Accessibility

WCAG contrast compliance

On White Background

15.88:1

AA AAA

On Black Background

1.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FB
100
#E0F6
200
#C6EE
300
#9AE1
400
#65D1
500
#38C4
600
#1EA7
700
#1885
800
#115F
900
#0B3D
950
#0726

Shades

Darker variations

1#062228
2#061E23
3#051B1F
4#04171A
5#031316
6#030F12
7#020B0D
8#010809
9#010404

Tints

Lighter variations

1#0D4854
2#136A7C
3#198CA3
4#20AECB
5#38C4E0
6#60D0E6
7#88DCEC
8#B0E7F3
9#D7F3F9

Tones

Muted variations

1#09252A
2#0B2328
3#0C2227
4#0E2125
5#102023
6#121E21
7#141D1F
8#161C1D
9#181B1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FB
#F2FBFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F6
#E0F6FA
Light backgroundsTable row hoverSkeleton loading
200
C6EE
#C6EEF6
Secondary backgroundsInput backgroundsDividers
300
9AE1
#9AE1EF
BordersInactive statesPlaceholder text
400
65D1
#65D1E7
Disabled statesSecondary iconsMuted text
500
38C4
#38C4E0
Primary brand colorCTAsActive elementsLinks
600
1EA7
#1EA7C2
Hover statesFocus ringsPrimary buttons hover
700
1885
#18859A
Active/pressed statesDark mode accentsSecondary text
800
115F
#115F6E
Text on light backgroundsHeadingsStrong borders
900
0B3D
#0B3D47
Primary textHigh emphasis contentDark headings
950
0726
#07262C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2FBFD;
  --black-100: #E0F6FA;
  --black-200: #C6EEF6;
  --black-300: #9AE1EF;
  --black-400: #65D1E7;
  --black-500: #38C4E0;
  --black-600: #1EA7C2;
  --black-700: #18859A;
  --black-800: #115F6E;
  --black-900: #0B3D47;
  --black-950: #07262C;
}
Generate More ShadesCreate PaletteConvert Color