Sky Blue
#A5E4E4
CyanColor Codes
All color formats for development
HEX
#A5E4E4RGB
rgb(165, 228, 228)HSL
hsl(180, 54%, 77%)OKLCH
oklch(0.877 0.064 196.1)CMYK
cmyk(28%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86DBDB
2#68D2D2
3#4AC9C9
4#36B5B5
5#2D9797
6#247979
7#1B5B5B
8#123C3C
9#091E1E
Tints
Lighter variations
1#AEE7E7
2#B7E9E9
3#C0ECEC
4#C9EFEF
5#D2F2F2
6#DBF4F4
7#E4F7F7
8#EDFAFA
9#F6FCFC
Tones
Muted variations
1#A8E1E1
2#ABDEDE
3#AEDBDB
4#B1D7D7
5#B5D4D4
6#B8D1D1
7#BBCECE
8#BECBCB
9#C1C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F7 #E4F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5E4 #A5E4E4 | BordersInactive statesPlaceholder text |
| 400 | 76D6 #76D6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4ECA #4ECACA | Primary brand colorCTAsActive elementsLinks |
| 600 | 34AD #34ADAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2989 #298989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D62 #1D6262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 133F #133F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFB;
--sky-blue-100: #E4F7F7;
--sky-blue-200: #CCF0F0;
--sky-blue-300: #A5E4E4;
--sky-blue-400: #76D6D6;
--sky-blue-500: #4ECACA;
--sky-blue-600: #34ADAD;
--sky-blue-700: #298989;
--sky-blue-800: #1D6262;
--sky-blue-900: #133F3F;
--sky-blue-950: #0C2727;
}