Sky Blue
#A4E5E5
CyanColor Codes
All color formats for development
HEX
#A4E5E5RGB
rgb(164, 229, 229)HSL
hsl(180, 56%, 77%)OKLCH
oklch(0.879 0.065 196)CMYK
cmyk(28%, 0%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85DDDD
2#66D4D4
3#48CBCB
4#34B8B8
5#2B9999
6#237B7B
7#1A5C5C
8#113D3D
9#091F1F
Tints
Lighter variations
1#ADE8E8
2#B6EAEA
3#BFEDED
4#C8F0F0
5#D1F2F2
6#DAF5F5
7#E4F7F7
8#EDFAFA
9#F6FCFC
Tones
Muted variations
1#A7E2E2
2#AADFDF
3#ADDBDB
4#B1D8D8
5#B4D5D5
6#B7D1D1
7#BACECE
8#BECBCB
9#C1C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E5 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E3F7F7;
--sky-blue-200: #CBF0F0;
--sky-blue-300: #A4E5E5;
--sky-blue-400: #74D8D8;
--sky-blue-500: #4CCDCD;
--sky-blue-600: #31AFAF;
--sky-blue-700: #278B8B;
--sky-blue-800: #1C6363;
--sky-blue-900: #124040;
--sky-blue-950: #0B2828;
}