Sky Blue
#8DB9BF
CyanColor Codes
All color formats for development
HEX
#8DB9BFRGB
rgb(141, 185, 191)HSL
hsl(187, 28%, 65%)OKLCH
oklch(0.756 0.048 206.6)CMYK
cmyk(26%, 3%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78ACB3
2#629FA7
3#548D95
4#48797F
5#3C656A
6#305155
7#243C40
8#18282A
9#0C1415
Tints
Lighter variations
1#98C0C5
2#A4C7CC
3#AFCED2
4#BAD5D8
5#C6DCDF
6#D1E3E5
7#DDEAEC
8#E8F1F2
9#F4F8F9
Tones
Muted variations
1#8FB7BC
2#92B5BA
3#94B3B7
4#97B1B5
5#99AFB2
6#9CADB0
7#9EABAD
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 | B4D1 #B4D1D5 | BordersInactive statesPlaceholder text |
| 400 | 8DB9 #8DB9BF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA5 #6CA5AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5188 #518890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406C #406C72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4D #2E4D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D32 #1D3234 | Primary textHigh emphasis contentDark headings |
| 950 | 121F #121F21 | 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: #B4D1D5;
--sky-blue-400: #8DB9BF;
--sky-blue-500: #6CA5AC;
--sky-blue-600: #518890;
--sky-blue-700: #406C72;
--sky-blue-800: #2E4D52;
--sky-blue-900: #1D3234;
--sky-blue-950: #121F21;
}