Sky Blue
#41D8CB
CyanColor Codes
All color formats for development
HEX
#41D8CBRGB
rgb(65, 216, 203)HSL
hsl(175, 66%, 55%)OKLCH
oklch(0.802 0.125 186.6)CMYK
cmyk(70%, 0%, 6%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD2C4
2#26BAAE
3#21A398
4#1D8C82
5#18746D
6#135D57
7#0E4641
8#0A2F2B
9#051716
Tints
Lighter variations
1#54DCD1
2#67E0D6
3#7AE4DB
4#8DE8E0
5#A0EBE5
6#B3EFEA
7#C6F3F0
8#D9F7F5
9#ECFBFA
Tones
Muted variations
1#48D0C5
2#50C9BF
3#57C1B8
4#5FBAB2
5#66B2AC
6#6EABA5
7#76A39F
8#7D9B99
9#859493
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E948A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F9F7;
--sky-blue-200: #C8F4F0;
--sky-blue-300: #9EEBE5;
--sky-blue-400: #6BE1D7;
--sky-blue-500: #41D8CB;
--sky-blue-600: #26BAAE;
--sky-blue-700: #1E948A;
--sky-blue-800: #166A63;
--sky-blue-900: #0E443F;
--sky-blue-950: #092A28;
}