Sky Blue
#ABCFDE
BlueColor Codes
All color formats for development
HEX
#ABCFDERGB
rgb(171, 207, 222)HSL
hsl(198, 44%, 77%)OKLCH
oklch(0.833 0.044 225.1)CMYK
cmyk(23%, 7%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EBED3
2#72AEC8
3#569EBD
4#428BAA
5#37738D
6#2C5C71
7#214555
8#162E39
9#0B171C
Tints
Lighter variations
1#B3D4E1
2#BBD8E5
3#C4DDE8
4#CCE2EB
5#D5E7EF
6#DDECF2
7#E6F1F5
8#EEF5F8
9#F7FAFC
Tones
Muted variations
1#ADCEDC
2#B0CDD9
3#B2CCD6
4#B5CBD4
5#B7CAD1
6#BAC8CF
7#BDC7CC
8#BFC6CA
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE4 #CFE4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCF #ABCFDE | BordersInactive statesPlaceholder text |
| 400 | 7EB5 #7EB5CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA0 #5AA0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F84 #3F84A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3269 #326981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244B #244B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1730 #17303B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E5F0F5;
--sky-blue-200: #CFE4EC;
--sky-blue-300: #ABCFDE;
--sky-blue-400: #7EB5CD;
--sky-blue-500: #5AA0BF;
--sky-blue-600: #3F84A2;
--sky-blue-700: #326981;
--sky-blue-800: #244B5C;
--sky-blue-900: #17303B;
--sky-blue-950: #0E1E25;
}