Sky Blue
#8DC2FC
BlueColor Codes
All color formats for development
HEX
#8DC2FCRGB
rgb(141, 194, 252)HSL
hsl(211, 95%, 77%)OKLCH
oklch(0.799 0.1 251.3)CMYK
cmyk(44%, 23%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66AEFB
2#409AFA
3#1A86F9
4#0672E6
5#055FBF
6#044C99
7#033973
8#02264D
9#011326
Tints
Lighter variations
1#98C9FC
2#A4CFFD
3#AFD5FD
4#BADBFD
5#C6E1FE
6#D1E7FE
7#DDEDFE
8#E8F3FE
9#F4F9FF
Tones
Muted variations
1#92C3F6
2#98C3F1
3#9DC3EB
4#A3C3E6
5#A8C3E0
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 | BEDD #BEDDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC2 #8DC2FC | BordersInactive statesPlaceholder text |
| 400 | 51A3 #51A3FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F89 #1F89F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 066D #066DDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0456 #0456AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033E #033E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0228 #022850 | Primary textHigh emphasis contentDark headings |
| 950 | 0119 #011932 | 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: #BEDDFD;
--sky-blue-300: #8DC2FC;
--sky-blue-400: #51A3FB;
--sky-blue-500: #1F89F9;
--sky-blue-600: #066DDB;
--sky-blue-700: #0456AE;
--sky-blue-800: #033E7C;
--sky-blue-900: #022850;
--sky-blue-950: #011932;
}