Sky Blue
#8EC1FA
BlueColor Codes
All color formats for development
HEX
#8EC1FARGB
rgb(142, 193, 250)HSL
hsl(212, 92%, 77%)OKLCH
oklch(0.797 0.098 251.8)CMYK
cmyk(43%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69ACF9
2#4397F7
3#1D82F6
4#096FE2
5#085CBC
6#064A97
7#053771
8#03254B
9#021226
Tints
Lighter variations
1#9AC7FB
2#A5CDFB
3#B0D3FC
4#BBDAFC
5#C7E0FD
6#D2E6FD
7#DDECFE
8#E8F3FE
9#F4F9FF
Tones
Muted variations
1#94C1F5
2#99C1F0
3#9FC2EA
4#A4C2E5
5#A9C3DF
6#AFC3DA
7#B4C3D5
8#BAC4CF
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 | BFDC #BFDCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC1 #8EC1FA | BordersInactive statesPlaceholder text |
| 400 | 54A0 #54A0F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2385 #2385F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0969 #0969D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0754 #0754AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 053C #053C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0326 #03264E | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | 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: #BFDCFC;
--sky-blue-300: #8EC1FA;
--sky-blue-400: #54A0F8;
--sky-blue-500: #2385F6;
--sky-blue-600: #0969D7;
--sky-blue-700: #0754AB;
--sky-blue-800: #053C7A;
--sky-blue-900: #03264E;
--sky-blue-950: #021831;
}