Sky Blue
#81C9CA
CyanColor Codes
All color formats for development
HEX
#81C9CARGB
rgb(129, 201, 202)HSL
hsl(181, 41%, 65%)OKLCH
oklch(0.789 0.072 196.9)CMYK
cmyk(36%, 0%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6ABFC1
2#52B5B7
3#44A2A4
4#3B8B8C
5#317475
6#275D5D
7#1D4546
8#142E2F
9#0A1717
Tints
Lighter variations
1#8ECFD0
2#9AD4D5
3#A7D9DA
4#B3DFDF
5#C0E4E5
6#CDE9EA
7#D9EFEF
8#E6F4F4
9#F2FAFA
Tones
Muted variations
1#85C6C7
2#88C2C3
3#8CBFBF
4#90BBBC
5#93B7B8
6#97B4B4
7#9BB0B1
8#9EADAD
9#A2A9A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDC #ACDCDC | BordersInactive statesPlaceholder text |
| 400 | 81C9 #81C9CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DBA #5DBABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429D #429D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357D #357D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2659 #26595A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #18393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFA;
--sky-blue-100: #E6F4F4;
--sky-blue-200: #D0EBEB;
--sky-blue-300: #ACDCDC;
--sky-blue-400: #81C9CA;
--sky-blue-500: #5DBABB;
--sky-blue-600: #429D9E;
--sky-blue-700: #357D7E;
--sky-blue-800: #26595A;
--sky-blue-900: #18393A;
--sky-blue-950: #0F2424;
}