Sky Blue
#8DE9FB
CyanColor Codes
All color formats for development
HEX
#8DE9FBRGB
rgb(141, 233, 251)HSL
hsl(190, 93%, 77%)OKLCH
oklch(0.883 0.091 211.5)CMYK
cmyk(44%, 7%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68E1FA
2#42DAF8
3#1CD2F7
4#08BFE3
5#079FBD
6#057F98
7#045F72
8#03404C
9#012026
Tints
Lighter variations
1#99EBFB
2#A4EDFC
3#B0EFFC
4#BBF2FD
5#C6F4FD
6#D2F6FD
7#DDF8FE
8#E8FBFE
9#F4FDFF
Tones
Muted variations
1#93E5F5
2#99E1F0
3#9EDEEB
4#A4DAE5
5#A9D7E0
6#AFD3DA
7#B4CFD5
8#B9CCCF
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF2 #BFF2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE9 #8EE9FB | BordersInactive statesPlaceholder text |
| 400 | 53DD #53DDF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D3 #22D3F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B6 #08B6D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0691 #0691AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0467 #04677B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0342 #03424F | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFE;
--sky-blue-100: #DDF8FE;
--sky-blue-200: #BFF2FD;
--sky-blue-300: #8EE9FB;
--sky-blue-400: #53DDF9;
--sky-blue-500: #22D3F7;
--sky-blue-600: #08B6D9;
--sky-blue-700: #0691AC;
--sky-blue-800: #04677B;
--sky-blue-900: #03424F;
--sky-blue-950: #022931;
}