Sky Blue
#A9D3DF
CyanColor Codes
All color formats for development
HEX
#A9D3DFRGB
rgb(169, 211, 223)HSL
hsl(193, 46%, 77%)OKLCH
oklch(0.841 0.047 217.1)CMYK
cmyk(24%, 5%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DC5D5
2#70B7CA
3#53A8C0
4#4095AC
5#357C8F
6#2A6373
7#204A56
8#153239
9#0B191D
Tints
Lighter variations
1#B2D8E2
2#BADCE6
3#C3E1E9
4#CCE5EC
5#D4E9EF
6#DDEEF2
7#E5F2F5
8#EEF6F9
9#F6FBFC
Tones
Muted variations
1#ACD2DD
2#AFD1DA
3#B1CFD7
4#B4CED5
5#B7CCD2
6#BACACF
7#BCC9CC
8#BFC7CA
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 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D4 #A9D4DF | BordersInactive statesPlaceholder text |
| 400 | 7DBD #7DBDCF | Disabled statesSecondary iconsMuted text |
| 500 | 57AA #57AAC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D8D #3D8DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3071 #307182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2250 #22505D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1633 #16333C | 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: #CFE6ED;
--sky-blue-300: #A9D4DF;
--sky-blue-400: #7DBDCF;
--sky-blue-500: #57AAC1;
--sky-blue-600: #3D8DA4;
--sky-blue-700: #307182;
--sky-blue-800: #22505D;
--sky-blue-900: #16333C;
--sky-blue-950: #0E2025;
}