Sky Blue
#8DC4FC
BlueColor Codes
All color formats for development
HEX
#8DC4FCRGB
rgb(141, 196, 252)HSL
hsl(210, 95%, 77%)OKLCH
oklch(0.803 0.098 249.6)CMYK
cmyk(44%, 22%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66B1FB
2#409DFA
3#1A89F9
4#0676E6
5#0562BF
6#044F99
7#033B73
8#02274D
9#011426
Tints
Lighter variations
1#98CAFC
2#A4D0FD
3#AFD6FD
4#BADCFD
5#C6E2FE
6#D1E8FE
7#DDEDFE
8#E8F3FE
9#F4F9FF
Tones
Muted variations
1#92C4F6
2#98C4F1
3#9DC4EB
4#A3C4E6
5#A8C4E0
6#AEC4DB
7#B4C4D5
8#B9C4CF
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 | BEDE #BEDEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC4 #8DC4FC | BordersInactive statesPlaceholder text |
| 400 | 51A6 #51A6FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F8C #1F8CF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0670 #0670DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0459 #0459AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0340 #03407C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0229 #022950 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | 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: #BEDEFD;
--sky-blue-300: #8DC4FC;
--sky-blue-400: #51A6FB;
--sky-blue-500: #1F8CF9;
--sky-blue-600: #0670DB;
--sky-blue-700: #0459AE;
--sky-blue-800: #03407C;
--sky-blue-900: #022950;
--sky-blue-950: #011A32;
}