Sky Blue
#8BC2FE
BlueColor Codes
All color formats for development
HEX
#8BC2FERGB
rgb(139, 194, 254)HSL
hsl(211, 98%, 77%)OKLCH
oklch(0.799 0.103 251.3)CMYK
cmyk(45%, 24%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64AEFD
2#3D9AFD
3#1686FD
4#0272E9
5#025FC2
6#024C9C
7#013975
8#01264E
9#001327
Tints
Lighter variations
1#96C8FE
2#A2CFFE
3#AED5FE
4#B9DBFE
5#C5E1FE
6#D1E7FF
7#DCEDFF
8#E8F3FF
9#F3F9FF
Tones
Muted variations
1#91C3F8
2#96C3F2
3#9CC3ED
4#A2C3E7
5#A8C3E1
6#ADC4DB
7#B3C4D6
8#B9C4D0
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDD #BDDDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC2 #8BC2FE | BordersInactive statesPlaceholder text |
| 400 | 4EA3 #4EA3FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C89 #1C89FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 026D #026DDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0256 #0256B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 013E #013E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0127 #012751 | Primary textHigh emphasis contentDark headings |
| 950 | 0119 #011932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FF;
--sky-blue-100: #DCEDFF;
--sky-blue-200: #BDDDFE;
--sky-blue-300: #8BC2FE;
--sky-blue-400: #4EA3FD;
--sky-blue-500: #1C89FD;
--sky-blue-600: #026DDE;
--sky-blue-700: #0256B1;
--sky-blue-800: #013E7E;
--sky-blue-900: #012751;
--sky-blue-950: #011932;
}