Sky Blue
#ABCCDE
BlueColor Codes
All color formats for development
HEX
#ABCCDERGB
rgb(171, 204, 222)HSL
hsl(201, 44%, 77%)OKLCH
oklch(0.827 0.043 231.8)CMYK
cmyk(23%, 8%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EBBD3
2#72AAC8
3#5699BD
4#4285AA
5#376F8D
6#2C5971
7#214355
8#162C39
9#0B161C
Tints
Lighter variations
1#B3D1E1
2#BBD6E5
3#C4DBE8
4#CCE0EB
5#D5E6EF
6#DDEBF2
7#E6F0F5
8#EEF5F8
9#F7FAFC
Tones
Muted variations
1#ADCBDC
2#B0CBD9
3#B2CAD6
4#B5C9D4
5#B7C8D1
6#BAC7CF
7#BDC7CC
8#BFC6CA
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCC #ABCCDE | BordersInactive statesPlaceholder text |
| 400 | 7EB2 #7EB2CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9B #5A9BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7F #3F7FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3265 #326581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2448 #24485C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172E #172E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5F0F5;
--sky-blue-200: #CFE2EC;
--sky-blue-300: #ABCCDE;
--sky-blue-400: #7EB2CD;
--sky-blue-500: #5A9BBF;
--sky-blue-600: #3F7FA2;
--sky-blue-700: #326581;
--sky-blue-800: #24485C;
--sky-blue-900: #172E3B;
--sky-blue-950: #0E1D25;
}