Sky Blue
#8DB4FC
BlueColor Codes
All color formats for development
HEX
#8DB4FCRGB
rgb(141, 180, 252)HSL
hsl(219, 95%, 77%)OKLCH
oklch(0.77 0.112 262.2)CMYK
cmyk(44%, 29%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#669AFB
2#4081FA
3#1A68F9
4#0654E6
5#0546BF
6#043899
7#032A73
8#021C4D
9#010E26
Tints
Lighter variations
1#98BBFC
2#A4C3FD
3#AFCAFD
4#BAD2FD
5#C6D9FE
6#D1E1FE
7#DDE8FE
8#E8F0FE
9#F4F7FF
Tones
Muted variations
1#92B5F6
2#98B7F1
3#9DB9EB
4#A3BAE6
5#A8BCE0
6#AEBEDB
7#B4BFD5
8#B9C1CF
9#BFC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED4 #BED4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB4 #8DB4FC | BordersInactive statesPlaceholder text |
| 400 | 518C #518CFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F6C #1F6CF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0650 #0650DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0440 #0440AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032E #032E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021D #021D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0112 #011232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FF;
--sky-blue-100: #DCE8FE;
--sky-blue-200: #BED4FD;
--sky-blue-300: #8DB4FC;
--sky-blue-400: #518CFB;
--sky-blue-500: #1F6CF9;
--sky-blue-600: #0650DB;
--sky-blue-700: #0440AE;
--sky-blue-800: #032E7C;
--sky-blue-900: #021D50;
--sky-blue-950: #011232;
}