Sky Blue
#8EBBBE
CyanColor Codes
All color formats for development
HEX
#8EBBBERGB
rgb(142, 187, 190)HSL
hsl(184, 27%, 65%)OKLCH
oklch(0.761 0.048 201.3)CMYK
cmyk(25%, 2%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79AEB2
2#64A1A6
3#558F93
4#497B7E
5#3C6669
6#305254
7#243D3F
8#18292A
9#0C1415
Tints
Lighter variations
1#99C1C4
2#A4C8CB
3#B0CFD1
4#BBD6D8
5#C6DDDE
6#D2E4E5
7#DDEAEB
8#E8F1F2
9#F4F8F8
Tones
Muted variations
1#90B9BB
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 | D5E6 #D5E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D2 #B5D2D4 | BordersInactive statesPlaceholder text |
| 400 | 8EBB #8EBBBE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA7 #6DA7AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 528A #528A8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416E #416E71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4F #2F4F51 | 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: #D5E6E7;
--sky-blue-300: #B5D2D4;
--sky-blue-400: #8EBBBE;
--sky-blue-500: #6DA7AB;
--sky-blue-600: #528A8E;
--sky-blue-700: #416E71;
--sky-blue-800: #2F4F51;
--sky-blue-900: #1E3234;
--sky-blue-950: #131F20;
}