Sky Blue
#41D8C9
CyanColor Codes
All color formats for development
HEX
#41D8C9RGB
rgb(65, 216, 201)HSL
hsl(174, 66%, 55%)OKLCH
oklch(0.801 0.126 185.3)CMYK
cmyk(70%, 0%, 7%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD2C1
2#26BAAB
3#21A396
4#1D8C81
5#18746B
6#135D56
7#0E4640
8#0A2F2B
9#051715
Tints
Lighter variations
1#54DCCE
2#67E0D4
3#7AE4D9
4#8DE8DF
5#A0EBE4
6#B3EFE9
7#C6F3EF
8#D9F7F4
9#ECFBFA
Tones
Muted variations
1#48D0C3
2#50C9BD
3#57C1B7
4#5FBAB1
5#66B2AB
6#6EABA4
7#76A39E
8#7D9B98
9#859492
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE3 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9488 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E1F9F7;
--sky-blue-200: #C8F4EF;
--sky-blue-300: #9EEBE3;
--sky-blue-400: #6BE1D5;
--sky-blue-500: #41D8C9;
--sky-blue-600: #26BAAB;
--sky-blue-700: #1E9488;
--sky-blue-800: #166A61;
--sky-blue-900: #0E443E;
--sky-blue-950: #092A27;
}