Sky Blue
#8ECFFA
BlueColor Codes
All color formats for development
HEX
#8ECFFARGB
rgb(142, 207, 250)HSL
hsl(204, 92%, 77%)OKLCH
oklch(0.826 0.09 238.3)CMYK
cmyk(43%, 17%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69BFF9
2#43AFF7
3#1D9FF6
4#098BE2
5#0874BC
6#065D97
7#054671
8#032E4B
9#021726
Tints
Lighter variations
1#9AD4FB
2#A5D9FB
3#B0DDFC
4#BBE2FC
5#C7E7FD
6#D2ECFD
7#DDF1FE
8#E8F5FE
9#F4FAFF
Tones
Muted variations
1#94CEF5
2#99CDF0
3#9FCCEA
4#A4CBE5
5#A9CADF
6#AFC9DA
7#B4C8D5
8#BAC7CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE4 #BFE4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECF #8ECFFA | BordersInactive statesPlaceholder text |
| 400 | 54B6 #54B6F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23A1 #23A1F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0985 #0985D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 076A #076AAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 054B #054B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0330 #03304E | 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: #DDF0FE;
--sky-blue-200: #BFE4FC;
--sky-blue-300: #8ECFFA;
--sky-blue-400: #54B6F8;
--sky-blue-500: #23A1F6;
--sky-blue-600: #0985D7;
--sky-blue-700: #076AAB;
--sky-blue-800: #054B7A;
--sky-blue-900: #03304E;
--sky-blue-950: #021E31;
}