Sky Blue
#8EBABE
CyanColor Codes
All color formats for development
HEX
#8EBABERGB
rgb(142, 186, 190)HSL
hsl(185, 27%, 65%)OKLCH
oklch(0.759 0.047 203.2)CMYK
cmyk(25%, 2%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79ADB2
2#64A0A6
3#558E93
4#497A7E
5#3C6669
6#305154
7#243D3F
8#18292A
9#0C1415
Tints
Lighter variations
1#99C1C4
2#A4C8CB
3#B0CFD1
4#BBD5D8
5#C6DCDE
6#D2E3E5
7#DDEAEB
8#E8F1F2
9#F4F8F8
Tones
Muted variations
1#90B8BB
2#92B6B9
3#95B4B7
4#97B2B4
5#9AB0B2
6#9CAEAF
7#9FACAD
8#A1AAAB
9#A3A8A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E5 #D5E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D2 #B5D2D4 | BordersInactive statesPlaceholder text |
| 400 | 8EBA #8EBABE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA6 #6DA6AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5289 #52898E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416D #416D71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4E #2F4E51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E32 #1E3234 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9F9;
--sky-blue-100: #E8F1F2;
--sky-blue-200: #D5E5E7;
--sky-blue-300: #B5D2D4;
--sky-blue-400: #8EBABE;
--sky-blue-500: #6DA6AB;
--sky-blue-600: #52898E;
--sky-blue-700: #416D71;
--sky-blue-800: #2F4E51;
--sky-blue-900: #1E3234;
--sky-blue-950: #131F20;
}