Sky Blue
#8EBFFA
BlueColor Codes
All color formats for development
HEX
#8EBFFARGB
rgb(142, 191, 250)HSL
hsl(213, 92%, 77%)OKLCH
oklch(0.792 0.099 253.5)CMYK
cmyk(43%, 24%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69AAF9
2#4394F7
3#1D7FF6
4#096BE2
5#0859BC
6#064797
7#053571
8#03244B
9#021226
Tints
Lighter variations
1#9AC5FB
2#A5CCFB
3#B0D2FC
4#BBD9FC
5#C7DFFD
6#D2E5FD
7#DDECFE
8#E8F2FE
9#F4F9FF
Tones
Muted variations
1#94BFF5
2#99C0F0
3#9FC1EA
4#A4C1E5
5#A9C2DF
6#AFC2DA
7#B4C3D5
8#BAC3CF
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDB #BFDBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBF #8EBFFA | BordersInactive statesPlaceholder text |
| 400 | 549E #549EF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2382 #2382F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0966 #0966D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0751 #0751AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 053A #053A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0325 #03254E | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FE;
--sky-blue-100: #DDECFE;
--sky-blue-200: #BFDBFC;
--sky-blue-300: #8EBFFA;
--sky-blue-400: #549EF8;
--sky-blue-500: #2382F6;
--sky-blue-600: #0966D7;
--sky-blue-700: #0751AB;
--sky-blue-800: #053A7A;
--sky-blue-900: #03254E;
--sky-blue-950: #021731;
}