Sky Blue
#ABD7DE
CyanColor Codes
All color formats for development
HEX
#ABD7DERGB
rgb(171, 215, 222)HSL
hsl(188, 44%, 77%)OKLCH
oklch(0.85 0.047 208.2)CMYK
cmyk(23%, 3%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8ECAD3
2#72BDC8
3#56AFBD
4#429CAA
5#37828D
6#2C6871
7#214E55
8#163439
9#0B1A1C
Tints
Lighter variations
1#B3DBE1
2#BBDFE5
3#C4E3E8
4#CCE7EB
5#D5EBEF
6#DDEFF2
7#E6F3F5
8#EEF7F8
9#F7FBFC
Tones
Muted variations
1#ADD5DC
2#B0D3D9
3#B2D2D6
4#B5D0D4
5#B7CED1
6#BACCCF
7#BDCACC
8#BFC8CA
9#C2C6C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE9 #CFE9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD7 #ABD7DE | BordersInactive statesPlaceholder text |
| 400 | 7EC3 #7EC3CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB1 #5AB1BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F94 #3F94A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3276 #327681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2454 #24545C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1736 #17363B | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F3F5;
--sky-blue-200: #CFE9EC;
--sky-blue-300: #ABD7DE;
--sky-blue-400: #7EC3CD;
--sky-blue-500: #5AB1BF;
--sky-blue-600: #3F94A2;
--sky-blue-700: #327681;
--sky-blue-800: #24545C;
--sky-blue-900: #17363B;
--sky-blue-950: #0E2225;
}