Sky Blue
#8FD8FA
BlueColor Codes
All color formats for development
HEX
#8FD8FARGB
rgb(143, 216, 250)HSL
hsl(199, 91%, 77%)OKLCH
oklch(0.846 0.087 229)CMYK
cmyk(43%, 14%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69CBF8
2#44BEF6
3#1EB1F4
4#0B9DE1
5#0983BC
6#076996
7#054F71
8#04344B
9#021A26
Tints
Lighter variations
1#9ADCFA
2#A5E0FB
3#B1E4FB
4#BCE8FC
5#C7EBFC
6#D2EFFD
7#DDF3FD
8#E9F7FE
9#F4FBFE
Tones
Muted variations
1#94D6F4
2#9AD4EF
3#9FD2EA
4#A4D0E4
5#AACEDF
6#AFCCDA
7#B4CAD4
8#BAC8CF
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E9 #C0E9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD8 #8FD8FA | BordersInactive statesPlaceholder text |
| 400 | 55C4 #55C4F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24B3 #24B3F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A96 #0A96D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0877 #0877AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0655 #06557A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0436 #04364E | Primary textHigh emphasis contentDark headings |
| 950 | 0222 #022231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF3FD;
--sky-blue-200: #C0E9FC;
--sky-blue-300: #8FD8FA;
--sky-blue-400: #55C4F7;
--sky-blue-500: #24B3F5;
--sky-blue-600: #0A96D6;
--sky-blue-700: #0877AA;
--sky-blue-800: #06557A;
--sky-blue-900: #04364E;
--sky-blue-950: #022231;
}