Sky Blue
#AAD4DF
CyanColor Codes
All color formats for development
HEX
#AAD4DFRGB
rgb(170, 212, 223)HSL
hsl(192, 45%, 77%)OKLCH
oklch(0.844 0.047 215.5)CMYK
cmyk(24%, 5%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DC6D4
2#71B8C9
3#55A9BE
4#4196AB
5#367D8E
6#2B6472
7#204B55
8#163239
9#0B191C
Tints
Lighter variations
1#B2D8E2
2#BBDDE5
3#C3E1E8
4#CCE5EC
5#D4EAEF
6#DDEEF2
7#E5F2F5
8#EEF6F9
9#F6FBFC
Tones
Muted variations
1#ADD3DC
2#AFD1D9
3#B2CFD7
4#B5CED4
5#B7CCD2
6#BACBCF
7#BCC9CC
8#BFC8CA
9#C2C6C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE7 #CFE7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD4 #AAD4DF | BordersInactive statesPlaceholder text |
| 400 | 7EBE #7EBECE | Disabled statesSecondary iconsMuted text |
| 500 | 59AB #59ABC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8E #3E8EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3171 #317181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2351 #23515C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1634 #16343B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E5F2F5;
--sky-blue-200: #CFE7ED;
--sky-blue-300: #AAD4DF;
--sky-blue-400: #7EBECE;
--sky-blue-500: #59ABC0;
--sky-blue-600: #3E8EA3;
--sky-blue-700: #317181;
--sky-blue-800: #23515C;
--sky-blue-900: #16343B;
--sky-blue-950: #0E2025;
}