Sky Blue
#8DBEBF
CyanColor Codes
All color formats for development
HEX
#8DBEBFRGB
rgb(141, 190, 191)HSL
hsl(181, 28%, 65%)OKLCH
oklch(0.767 0.051 197.7)CMYK
cmyk(26%, 1%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78B2B3
2#62A6A7
3#549395
4#487E7F
5#3C696A
6#305455
7#243F40
8#182A2A
9#0C1515
Tints
Lighter variations
1#98C4C5
2#A4CBCC
3#AFD1D2
4#BAD8D8
5#C6DEDF
6#D1E5E5
7#DDEBEC
8#E8F2F2
9#F4F8F9
Tones
Muted variations
1#8FBBBC
2#92B9BA
3#94B7B7
4#97B4B5
5#99B2B2
6#9CAFB0
7#9EADAD
8#A1ABAB
9#A3A8A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E7 #D5E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D4 #B4D4D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBE #8DBEBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CAB #6CABAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 518F #518F90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4071 #407172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E51 #2E5152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D34 #1D3434 | Primary textHigh emphasis contentDark headings |
| 950 | 1220 #122021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9F9;
--sky-blue-100: #E8F2F2;
--sky-blue-200: #D5E7E7;
--sky-blue-300: #B4D4D5;
--sky-blue-400: #8DBEBF;
--sky-blue-500: #6CABAC;
--sky-blue-600: #518F90;
--sky-blue-700: #407172;
--sky-blue-800: #2E5152;
--sky-blue-900: #1D3434;
--sky-blue-950: #122021;
}