Sky Blue
#8BD2FD
BlueColor Codes
All color formats for development
HEX
#8BD2FDRGB
rgb(139, 210, 253)HSL
hsl(203, 97%, 77%)OKLCH
oklch(0.832 0.093 236.1)CMYK
cmyk(45%, 17%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65C2FD
2#3EB3FC
3#17A4FB
4#0490E8
5#0378C1
6#02609B
7#024874
8#01304D
9#011827
Tints
Lighter variations
1#97D6FD
2#A3DBFE
3#AEDFFE
4#BAE4FE
5#C5E8FE
6#D1EDFE
7#DCF1FE
8#E8F6FF
9#F3FAFF
Tones
Muted variations
1#91D0F8
2#97CFF2
3#9DCEEC
4#A2CCE6
5#A8CBE1
6#AECADB
7#B3C8D5
8#B9C7D0
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE5 #BEE5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD2 #8BD2FD | BordersInactive statesPlaceholder text |
| 400 | 4FBA #4FBAFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DA6 #1DA6FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 038A #038ADD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 036D #036DB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 024E #024E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0132 #013250 | Primary textHigh emphasis contentDark headings |
| 950 | 011F #011F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FF;
--sky-blue-100: #DCF1FE;
--sky-blue-200: #BEE5FE;
--sky-blue-300: #8BD2FD;
--sky-blue-400: #4FBAFC;
--sky-blue-500: #1DA6FC;
--sky-blue-600: #038ADD;
--sky-blue-700: #036DB0;
--sky-blue-800: #024E7E;
--sky-blue-900: #013250;
--sky-blue-950: #011F32;
}