Sky Blue
#8DBFFC
BlueColor Codes
All color formats for development
HEX
#8DBFFCRGB
rgb(141, 191, 252)HSL
hsl(213, 95%, 77%)OKLCH
oklch(0.793 0.102 253.9)CMYK
cmyk(44%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66A9FB
2#4094FA
3#1A7EF9
4#066BE6
5#0559BF
6#044799
7#033573
8#02244D
9#011226
Tints
Lighter variations
1#98C5FC
2#A4CCFD
3#AFD2FD
4#BAD8FD
5#C6DFFE
6#D1E5FE
7#DDECFE
8#E8F2FE
9#F4F9FF
Tones
Muted variations
1#92BFF6
2#98C0F1
3#9DC0EB
4#A3C1E6
5#A8C2E0
6#AEC2DB
7#B4C3D5
8#B9C3CF
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDB #BEDBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBF #8DBFFC | BordersInactive statesPlaceholder text |
| 400 | 519D #519DFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F81 #1F81F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0666 #0666DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0451 #0451AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033A #033A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0225 #022550 | Primary textHigh emphasis contentDark headings |
| 950 | 0117 #011732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FF;
--sky-blue-100: #DCEBFE;
--sky-blue-200: #BEDBFD;
--sky-blue-300: #8DBFFC;
--sky-blue-400: #519DFB;
--sky-blue-500: #1F81F9;
--sky-blue-600: #0666DB;
--sky-blue-700: #0451AE;
--sky-blue-800: #033A7C;
--sky-blue-900: #022550;
--sky-blue-950: #011732;
}