Sky Blue
#8FDFFA
BlueColor Codes
All color formats for development
HEX
#8FDFFARGB
rgb(143, 223, 250)HSL
hsl(195, 91%, 77%)OKLCH
oklch(0.862 0.087 221.4)CMYK
cmyk(43%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69D4F8
2#44CAF6
3#1EBFF4
4#0BABE1
5#098FBC
6#077296
7#055671
8#04394B
9#021D26
Tints
Lighter variations
1#9AE2FA
2#A5E5FB
3#B1E9FB
4#BCECFC
5#C7EFFC
6#D2F2FD
7#DDF5FD
8#E9F9FE
9#F4FCFE
Tones
Muted variations
1#94DCF4
2#9ADAEF
3#9FD7EA
4#A4D4E4
5#AAD2DF
6#AFCFDA
7#B4CCD4
8#BACACF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0ED #C0EDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FDF #8FDFFA | BordersInactive statesPlaceholder text |
| 400 | 55CE #55CEF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C0 #24C0F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AA3 #0AA3D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0882 #0882AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065D #065D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043B #043B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF5FD;
--sky-blue-200: #C0EDFC;
--sky-blue-300: #8FDFFA;
--sky-blue-400: #55CEF7;
--sky-blue-500: #24C0F5;
--sky-blue-600: #0AA3D6;
--sky-blue-700: #0882AA;
--sky-blue-800: #065D7A;
--sky-blue-900: #043B4E;
--sky-blue-950: #022531;
}