Sky Blue
#8DB8BF
CyanColor Codes
All color formats for development
HEX
#8DB8BFRGB
rgb(141, 184, 191)HSL
hsl(188, 28%, 65%)OKLCH
oklch(0.754 0.047 208.5)CMYK
cmyk(26%, 4%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78ABB3
2#629EA7
3#548C95
4#48787F
5#3C646A
6#305055
7#243C40
8#18282A
9#0C1415
Tints
Lighter variations
1#98BFC5
2#A4C6CC
3#AFCDD2
4#BAD4D8
5#C6DCDF
6#D1E3E5
7#DDEAEC
8#E8F1F2
9#F4F8F9
Tones
Muted variations
1#8FB6BC
2#92B4BA
3#94B3B7
4#97B1B5
5#99AFB2
6#9CADB0
7#9EABAD
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 | D5E5 #D5E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D0 #B4D0D5 | BordersInactive statesPlaceholder text |
| 400 | 8DB8 #8DB8BF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA4 #6CA4AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5187 #518790 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406C #406C72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4D #2E4D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D31 #1D3134 | 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: #B4D0D5;
--sky-blue-400: #8DB8BF;
--sky-blue-500: #6CA4AC;
--sky-blue-600: #518790;
--sky-blue-700: #406C72;
--sky-blue-800: #2E4D52;
--sky-blue-900: #1D3134;
--sky-blue-950: #121F21;
}