Sky Blue
#81C2CA
CyanColor Codes
All color formats for development
HEX
#81C2CARGB
rgb(129, 194, 202)HSL
hsl(187, 41%, 65%)OKLCH
oklch(0.773 0.067 205.7)CMYK
cmyk(36%, 4%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AB6C1
2#52ABB7
3#4498A4
4#3B838C
5#316D75
6#27575D
7#1D4146
8#142C2F
9#0A1617
Tints
Lighter variations
1#8EC8D0
2#9ACED5
3#A7D4DA
4#B3DADF
5#C0E0E5
6#CDE7EA
7#D9EDEF
8#E6F3F4
9#F2F9FA
Tones
Muted variations
1#85BFC7
2#88BCC3
3#8CB9BF
4#90B7BC
5#93B4B8
6#97B1B4
7#9BAEB1
8#9EABAD
9#A2A9A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E8 #D0E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD7 #ACD7DC | BordersInactive statesPlaceholder text |
| 400 | 81C2 #81C2CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB0 #5DB0BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4293 #42939E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3575 #35757E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2654 #26545A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1836 #18363A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFA;
--sky-blue-100: #E6F3F4;
--sky-blue-200: #D0E8EB;
--sky-blue-300: #ACD7DC;
--sky-blue-400: #81C2CA;
--sky-blue-500: #5DB0BB;
--sky-blue-600: #42939E;
--sky-blue-700: #35757E;
--sky-blue-800: #26545A;
--sky-blue-900: #18363A;
--sky-blue-950: #0F2224;
}