Sky Blue
#81C5CA
CyanColor Codes
All color formats for development
HEX
#81C5CARGB
rgb(129, 197, 202)HSL
hsl(184, 41%, 65%)OKLCH
oklch(0.78 0.069 201.7)CMYK
cmyk(36%, 2%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6ABBC1
2#52B0B7
3#449DA4
4#3B878C
5#317075
6#275A5D
7#1D4346
8#142D2F
9#0A1617
Tints
Lighter variations
1#8ECBD0
2#9AD1D5
3#A7D7DA
4#B3DCDF
5#C0E2E5
6#CDE8EA
7#D9EEEF
8#E6F3F4
9#F2F9FA
Tones
Muted variations
1#85C2C7
2#88BFC3
3#8CBCBF
4#90B9BC
5#93B6B8
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 | D0EA #D0EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD9 #ACD9DC | BordersInactive statesPlaceholder text |
| 400 | 81C5 #81C5CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB5 #5DB5BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4298 #42989E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3579 #35797E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2656 #26565A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #18373A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | 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: #D0EAEB;
--sky-blue-300: #ACD9DC;
--sky-blue-400: #81C5CA;
--sky-blue-500: #5DB5BB;
--sky-blue-600: #42989E;
--sky-blue-700: #35797E;
--sky-blue-800: #26565A;
--sky-blue-900: #18373A;
--sky-blue-950: #0F2324;
}