Sky Blue
#A1DDE8
CyanColor Codes
All color formats for development
HEX
#A1DDE8RGB
rgb(161, 221, 232)HSL
hsl(189, 61%, 77%)OKLCH
oklch(0.86 0.063 210.1)CMYK
cmyk(31%, 5%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81D2E0
2#61C7D9
3#42BCD1
4#2EA8BE
5#268C9E
6#1F707E
7#17545F
8#0F383F
9#081C20
Tints
Lighter variations
1#AAE1EA
2#B3E4ED
3#BDE7EF
4#C6EBF1
5#D0EEF4
6#D9F2F6
7#E3F5F8
8#ECF8FA
9#F6FCFD
Tones
Muted variations
1#A4DBE5
2#A8D8E1
3#ABD6DD
4#AFD3DA
5#B2D1D6
6#B6CED3
7#BACCCF
8#BDC9CC
9#C1C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DD #A1DDE8 | BordersInactive statesPlaceholder text |
| 400 | 6FCC #6FCCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46BD #46BDD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA0 #2CA0B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237F #237F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195B #195B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103A #103A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F5F8;
--sky-blue-200: #CAECF2;
--sky-blue-300: #A1DDE8;
--sky-blue-400: #6FCCDC;
--sky-blue-500: #46BDD2;
--sky-blue-600: #2CA0B5;
--sky-blue-700: #237F90;
--sky-blue-800: #195B67;
--sky-blue-900: #103A42;
--sky-blue-950: #0A2429;
}