Sky Blue
#8EB8BE
CyanColor Codes
All color formats for development
HEX
#8EB8BERGB
rgb(142, 184, 190)HSL
hsl(188, 27%, 65%)OKLCH
oklch(0.754 0.046 207.1)CMYK
cmyk(25%, 3%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79AAB2
2#649DA6
3#558B93
4#49777E
5#3C6369
6#304F54
7#243C3F
8#18282A
9#0C1415
Tints
Lighter variations
1#99BFC4
2#A4C6CB
3#B0CDD1
4#BBD4D8
5#C6DBDE
6#D2E2E5
7#DDEAEB
8#E8F1F2
9#F4F8F8
Tones
Muted variations
1#90B6BB
2#92B4B9
3#95B2B7
4#97B0B4
5#9AAFB2
6#9CADAF
7#9FABAD
8#A1A9AB
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 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D0 #B5D0D4 | BordersInactive statesPlaceholder text |
| 400 | 8EB7 #8EB7BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA3 #6DA3AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5286 #52868E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416B #416B71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4C #2F4C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E31 #1E3134 | 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: #D5E4E7;
--sky-blue-300: #B5D0D4;
--sky-blue-400: #8EB7BE;
--sky-blue-500: #6DA3AB;
--sky-blue-600: #52868E;
--sky-blue-700: #416B71;
--sky-blue-800: #2F4C51;
--sky-blue-900: #1E3134;
--sky-blue-950: #131F20;
}