Sky Blue
#8FE8FA
CyanColor Codes
All color formats for development
HEX
#8FE8FARGB
rgb(143, 232, 250)HSL
hsl(190, 91%, 77%)OKLCH
oklch(0.881 0.089 211.9)CMYK
cmyk(43%, 7%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69E0F8
2#44D8F6
3#1ED1F4
4#0BBDE1
5#099EBC
6#077E96
7#055F71
8#043F4B
9#022026
Tints
Lighter variations
1#9AEAFA
2#A5EDFB
3#B1EFFB
4#BCF1FC
5#C7F3FC
6#D2F6FD
7#DDF8FD
8#E9FAFE
9#F4FDFE
Tones
Muted variations
1#94E4F4
2#9AE1EF
3#9FDDEA
4#A4DAE4
5#AAD6DF
6#AFD3DA
7#B4CFD4
8#BACBCF
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F2 #C0F2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE8 #8FE8FA | BordersInactive statesPlaceholder text |
| 400 | 55DC #55DCF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D2 #24D2F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB4 #0AB4D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 088F #088FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0666 #06667A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0442 #04424E | 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: #DDF8FD;
--sky-blue-200: #C0F2FC;
--sky-blue-300: #8FE8FA;
--sky-blue-400: #55DCF7;
--sky-blue-500: #24D2F5;
--sky-blue-600: #0AB4D6;
--sky-blue-700: #088FAA;
--sky-blue-800: #06667A;
--sky-blue-900: #04424E;
--sky-blue-950: #022931;
}