Sky Blue
#ABD9DE
CyanColor Codes
All color formats for development
HEX
#ABD9DERGB
rgb(171, 217, 222)HSL
hsl(186, 44%, 77%)OKLCH
oklch(0.855 0.048 204.5)CMYK
cmyk(23%, 2%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8ECCD3
2#72C0C8
3#56B3BD
4#429FAA
5#37858D
6#2C6A71
7#215055
8#163539
9#0B1B1C
Tints
Lighter variations
1#B3DDE1
2#BBE1E5
3#C4E4E8
4#CCE8EB
5#D5ECEF
6#DDF0F2
7#E6F4F5
8#EEF7F8
9#F7FBFC
Tones
Muted variations
1#ADD7DC
2#B0D5D9
3#B2D3D6
4#B5D1D4
5#B7CFD1
6#BACDCF
7#BDCBCC
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 | CFEA #CFEAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD9 #ABD9DE | BordersInactive statesPlaceholder text |
| 400 | 7EC5 #7EC5CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB5 #5AB5BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F98 #3F98A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3279 #327981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2456 #24565C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1737 #17373B | 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: #CFEAEC;
--sky-blue-300: #ABD9DE;
--sky-blue-400: #7EC5CD;
--sky-blue-500: #5AB5BF;
--sky-blue-600: #3F98A2;
--sky-blue-700: #327981;
--sky-blue-800: #24565C;
--sky-blue-900: #17373B;
--sky-blue-950: #0E2225;
}