Sky Blue
#8BD4FD
BlueColor Codes
All color formats for development
HEX
#8BD4FDRGB
rgb(139, 212, 253)HSL
hsl(202, 97%, 77%)OKLCH
oklch(0.837 0.093 234.1)CMYK
cmyk(45%, 16%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65C5FD
2#3EB6FC
3#17A8FB
4#0494E8
5#037CC1
6#02639B
7#024A74
8#01314D
9#011927
Tints
Lighter variations
1#97D8FD
2#A3DCFE
3#AEE1FE
4#BAE5FE
5#C5E9FE
6#D1EEFE
7#DCF2FE
8#E8F6FF
9#F3FBFF
Tones
Muted variations
1#91D2F8
2#97D0F2
3#9DCFEC
4#A2CDE6
5#A8CCE1
6#AECADB
7#B3C9D5
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 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE6 #BEE6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD4 #8BD4FD | BordersInactive statesPlaceholder text |
| 400 | 4FBD #4FBDFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DAA #1DAAFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 038D #038DDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0370 #0370B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0250 #02507E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0133 #013350 | Primary textHigh emphasis contentDark headings |
| 950 | 0120 #012032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FF;
--sky-blue-100: #DCF2FE;
--sky-blue-200: #BEE6FE;
--sky-blue-300: #8BD4FD;
--sky-blue-400: #4FBDFC;
--sky-blue-500: #1DAAFC;
--sky-blue-600: #038DDD;
--sky-blue-700: #0370B0;
--sky-blue-800: #02507E;
--sky-blue-900: #013350;
--sky-blue-950: #012032;
}