Sky Blue
#8FCFFA
BlueColor Codes
All color formats for development
HEX
#8FCFFARGB
rgb(143, 207, 250)HSL
hsl(204, 91%, 77%)OKLCH
oklch(0.827 0.089 238.7)CMYK
cmyk(43%, 17%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69BFF8
2#44AFF6
3#1E9FF4
4#0B8BE1
5#0974BC
6#075D96
7#054671
8#042E4B
9#021726
Tints
Lighter variations
1#9AD4FA
2#A5D9FB
3#B1DDFB
4#BCE2FC
5#C7E7FC
6#D2ECFD
7#DDF1FD
8#E9F5FE
9#F4FAFE
Tones
Muted variations
1#94CEF4
2#9ACDEF
3#9FCCEA
4#A4CBE4
5#AACADF
6#AFC9DA
7#B4C8D4
8#BAC6CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E4 #C0E4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FCF #8FCFFA | BordersInactive statesPlaceholder text |
| 400 | 55B6 #55B6F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24A1 #24A1F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A85 #0A85D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0869 #0869AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064B #064B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0430 #04304E | Primary textHigh emphasis contentDark headings |
| 950 | 021E #021E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF0FD;
--sky-blue-200: #C0E4FC;
--sky-blue-300: #8FCFFA;
--sky-blue-400: #55B6F7;
--sky-blue-500: #24A1F5;
--sky-blue-600: #0A85D6;
--sky-blue-700: #0869AA;
--sky-blue-800: #064B7A;
--sky-blue-900: #04304E;
--sky-blue-950: #021E31;
}