Sky Blue
#7EC8CD
CyanColor Codes
All color formats for development
HEX
#7EC8CDRGB
rgb(126, 200, 205)HSL
hsl(184, 44%, 65%)OKLCH
oklch(0.786 0.074 201.2)CMYK
cmyk(39%, 2%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67BEC4
2#4FB3BA
3#41A0A7
4#38898F
5#2E7277
6#255C5F
7#1C4548
8#132E30
9#091718
Tints
Lighter variations
1#8BCDD2
2#98D3D7
3#A5D8DC
4#B2DEE1
5#BFE3E6
6#CCE9EB
7#D8EEF0
8#E5F4F5
9#F2F9FA
Tones
Muted variations
1#82C4C9
2#86C1C5
3#8ABEC1
4#8EBABD
5#92B7B9
6#96B3B5
7#9AB0B2
8#9EADAE
9#A2A9AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEA #CFEAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDB #ABDBDE | BordersInactive statesPlaceholder text |
| 400 | 7EC8 #7EC8CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB8 #5AB8BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F9B #3F9BA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 327B #327B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2458 #24585C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1738 #17383B | Primary textHigh emphasis contentDark headings |
| 950 | 0E23 #0E2325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F4F5;
--sky-blue-200: #CFEAEC;
--sky-blue-300: #ABDBDE;
--sky-blue-400: #7EC8CD;
--sky-blue-500: #5AB8BF;
--sky-blue-600: #3F9BA2;
--sky-blue-700: #327B81;
--sky-blue-800: #24585C;
--sky-blue-900: #17383B;
--sky-blue-950: #0E2325;
}