Sky Blue
#41D0D8
CyanColor Codes
All color formats for development
HEX
#41D0D8RGB
rgb(65, 208, 216)HSL
hsl(183, 66%, 55%)OKLCH
oklch(0.787 0.118 200.5)CMYK
cmyk(70%, 4%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BC9D2
2#26B3BA
3#219CA3
4#1D868C
5#187074
6#13595D
7#0E4346
8#0A2D2F
9#051617
Tints
Lighter variations
1#54D5DC
2#67DAE0
3#7ADEE4
4#8DE3E8
5#A0E8EB
6#B3ECEF
7#C6F1F3
8#D9F6F7
9#ECFAFB
Tones
Muted variations
1#48CAD0
2#50C3C9
3#57BCC1
4#5FB5BA
5#66AEB2
6#6EA8AB
7#76A1A3
8#7D9A9B
9#859394
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F2 #C8F2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE7 #9EE7EB | BordersInactive statesPlaceholder text |
| 400 | 6BDB #6BDBE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D0 #41D0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26B3 #26B3BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E8E #1E8E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1666 #16666A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E41 #0E4144 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F8F9;
--sky-blue-200: #C8F2F4;
--sky-blue-300: #9EE7EB;
--sky-blue-400: #6BDBE1;
--sky-blue-500: #41D0D8;
--sky-blue-600: #26B3BA;
--sky-blue-700: #1E8E94;
--sky-blue-800: #16666A;
--sky-blue-900: #0E4144;
--sky-blue-950: #09292A;
}