Sky Blue
#8BC2FD
BlueColor Codes
All color formats for development
HEX
#8BC2FDRGB
rgb(139, 194, 253)HSL
hsl(211, 97%, 77%)OKLCH
oklch(0.798 0.102 250.9)CMYK
cmyk(45%, 23%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65AEFD
2#3E9AFC
3#1786FB
4#0472E8
5#035FC1
6#024C9B
7#023974
8#01264D
9#011327
Tints
Lighter variations
1#97C9FD
2#A3CFFE
3#AED5FE
4#BADBFE
5#C5E1FE
6#D1E7FE
7#DCEDFE
8#E8F3FF
9#F3F9FF
Tones
Muted variations
1#91C3F8
2#97C3F2
3#9DC3EC
4#A2C3E6
5#A8C3E1
6#AEC4DB
7#B3C4D5
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 #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDD #BEDDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC2 #8BC2FD | BordersInactive statesPlaceholder text |
| 400 | 4FA3 #4FA3FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D89 #1D89FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 036D #036DDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0356 #0356B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 023E #023E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0127 #012750 | 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: #DCEDFE;
--sky-blue-200: #BEDDFE;
--sky-blue-300: #8BC2FD;
--sky-blue-400: #4FA3FC;
--sky-blue-500: #1D89FC;
--sky-blue-600: #036DDD;
--sky-blue-700: #0356B0;
--sky-blue-800: #023E7E;
--sky-blue-900: #012750;
--sky-blue-950: #011932;
}