Sky Blue
#41D8D0
CyanColor Codes
All color formats for development
HEX
#41D8D0RGB
rgb(65, 216, 208)HSL
hsl(177, 66%, 55%)OKLCH
oklch(0.803 0.124 189.8)CMYK
cmyk(70%, 0%, 4%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD2C9
2#26BAB3
3#21A39C
4#1D8C86
5#187470
6#135D59
7#0E4643
8#0A2F2D
9#051716
Tints
Lighter variations
1#54DCD5
2#67E0DA
3#7AE4DE
4#8DE8E3
5#A0EBE8
6#B3EFEC
7#C6F3F1
8#D9F7F6
9#ECFBFA
Tones
Muted variations
1#48D0CA
2#50C9C3
3#57C1BC
4#5FBAB5
5#66B2AE
6#6EABA8
7#76A3A1
8#7D9B9A
9#859493
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE7 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1DB | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAB3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E948E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4441 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F9F8;
--sky-blue-200: #C8F4F2;
--sky-blue-300: #9EEBE7;
--sky-blue-400: #6BE1DB;
--sky-blue-500: #41D8D0;
--sky-blue-600: #26BAB3;
--sky-blue-700: #1E948E;
--sky-blue-800: #166A66;
--sky-blue-900: #0E4441;
--sky-blue-950: #092A29;
}