Sky Blue
#A6E3E3
CyanColor Codes
All color formats for development
HEX
#A6E3E3RGB
rgb(166, 227, 227)HSL
hsl(180, 52%, 77%)OKLCH
oklch(0.875 0.062 196.1)CMYK
cmyk(27%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#88D9D9
2#6AD0D0
3#4CC7C7
4#39B3B3
5#2F9595
6#267777
7#1C5A5A
8#133C3C
9#091E1E
Tints
Lighter variations
1#AFE6E6
2#B8E8E8
3#C1EBEB
4#CAEEEE
5#D2F1F1
6#DBF4F4
7#E4F7F7
8#EDF9F9
9#F6FCFC
Tones
Muted variations
1#A9E0E0
2#ACDDDD
3#AFDADA
4#B2D7D7
5#B5D4D4
6#B8D1D1
7#BBCDCD
8#BECACA
9#C1C7C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEF #CDEFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6E3 #A6E3E3 | BordersInactive statesPlaceholder text |
| 400 | 77D4 #77D4D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51C8 #51C8C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 36AB #36ABAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B88 #2B8888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F61 #1F6161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 143E #143E3E | 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: #E4F6F6;
--sky-blue-200: #CDEFEF;
--sky-blue-300: #A6E3E3;
--sky-blue-400: #77D4D4;
--sky-blue-500: #51C8C8;
--sky-blue-600: #36ABAB;
--sky-blue-700: #2B8888;
--sky-blue-800: #1F6161;
--sky-blue-900: #143E3E;
--sky-blue-950: #0C2727;
}