Sky Blue
#A5DBE3
CyanColor Codes
All color formats for development
HEX
#A5DBE3RGB
rgb(165, 219, 227)HSL
hsl(188, 53%, 77%)OKLCH
oklch(0.857 0.056 207.5)CMYK
cmyk(27%, 4%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#87CFDA
2#69C3D1
3#4BB7C8
4#37A4B4
5#2E8896
6#256D78
7#1C525A
8#12373C
9#091B1E
Tints
Lighter variations
1#AEDFE6
2#B7E2E9
3#C0E6EC
4#C9E9EE
5#D2EDF1
6#DBF1F4
7#E4F4F7
8#EDF8F9
9#F6FBFC
Tones
Muted variations
1#A8D9E0
2#ABD7DD
3#AFD4DA
4#B2D2D7
5#B5D0D4
6#B8CDD1
7#BBCBCE
8#BEC9CB
9#C1C7C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEB #CCEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DB #A5DBE3 | BordersInactive statesPlaceholder text |
| 400 | 76C8 #76C8D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB9 #4FB9C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 359C #359CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A7C #2A7C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E59 #1E5962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1339 #13393E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFB;
--sky-blue-100: #E4F4F7;
--sky-blue-200: #CCEBEF;
--sky-blue-300: #A5DBE3;
--sky-blue-400: #76C8D5;
--sky-blue-500: #4FB9C9;
--sky-blue-600: #359CAC;
--sky-blue-700: #2A7C89;
--sky-blue-800: #1E5962;
--sky-blue-900: #13393E;
--sky-blue-950: #0C2327;
}