Sky Blue
#81C4CA
CyanColor Codes
All color formats for development
HEX
#81C4CARGB
rgb(129, 196, 202)HSL
hsl(185, 41%, 65%)OKLCH
oklch(0.778 0.068 203)CMYK
cmyk(36%, 3%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AB9C1
2#52AEB7
3#449CA4
4#3B858C
5#316F75
6#27595D
7#1D4346
8#142C2F
9#0A1617
Tints
Lighter variations
1#8ECAD0
2#9AD0D5
3#A7D6DA
4#B3DCDF
5#C0E2E5
6#CDE7EA
7#D9EDEF
8#E6F3F4
9#F2F9FA
Tones
Muted variations
1#85C1C7
2#88BEC3
3#8CBBBF
4#90B8BC
5#93B5B8
6#97B2B4
7#9BAFB1
8#9EACAD
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 | D0E9 #D0E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD8 #ACD8DC | BordersInactive statesPlaceholder text |
| 400 | 81C4 #81C4CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB3 #5DB3BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4297 #42979E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3578 #35787E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2656 #26565A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #18373A | 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: #D0E9EB;
--sky-blue-300: #ACD8DC;
--sky-blue-400: #81C4CA;
--sky-blue-500: #5DB3BB;
--sky-blue-600: #42979E;
--sky-blue-700: #35787E;
--sky-blue-800: #26565A;
--sky-blue-900: #18373A;
--sky-blue-950: #0F2224;
}