Sky Blue
#8DB7BF
CyanColor Codes
All color formats for development
HEX
#8DB7BFRGB
rgb(141, 183, 191)HSL
hsl(190, 28%, 65%)OKLCH
oklch(0.752 0.046 210.5)CMYK
cmyk(26%, 4%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78A9B3
2#629BA7
3#548A95
4#48767F
5#3C626A
6#304F55
7#243B40
8#18272A
9#0C1415
Tints
Lighter variations
1#98BEC5
2#A4C5CC
3#AFCCD2
4#BAD3D8
5#C6DBDF
6#D1E2E5
7#DDE9EC
8#E8F0F2
9#F4F8F9
Tones
Muted variations
1#8FB5BC
2#92B3BA
3#94B1B7
4#97B0B5
5#99AEB2
6#9CACB0
7#9EABAD
8#A1A9AB
9#A3A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CF #B4CFD5 | BordersInactive statesPlaceholder text |
| 400 | 8DB6 #8DB6BF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA2 #6CA2AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5185 #518590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406A #406A72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4C #2E4C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D30 #1D3034 | Primary textHigh emphasis contentDark headings |
| 950 | 121E #121E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9F9;
--sky-blue-100: #E8F0F2;
--sky-blue-200: #D5E4E7;
--sky-blue-300: #B4CFD5;
--sky-blue-400: #8DB6BF;
--sky-blue-500: #6CA2AC;
--sky-blue-600: #518590;
--sky-blue-700: #406A72;
--sky-blue-800: #2E4C52;
--sky-blue-900: #1D3034;
--sky-blue-950: #121E21;
}