Sky Blue
#41C4D8
CyanColor Codes
All color formats for development
HEX
#41C4D8RGB
rgb(65, 196, 216)HSL
hsl(188, 66%, 55%)OKLCH
oklch(0.758 0.114 209.7)CMYK
cmyk(70%, 9%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BBBD2
2#26A7BA
3#2192A3
4#1D7D8C
5#186874
6#13535D
7#0E3E46
8#0A2A2F
9#051517
Tints
Lighter variations
1#54CADC
2#67D0E0
3#7AD6E4
4#8DDBE8
5#A0E1EB
6#B3E7EF
7#C6EDF3
8#D9F3F7
9#ECF9FB
Tones
Muted variations
1#48BED0
2#50B9C9
3#57B3C1
4#5FAEBA
5#66A8B2
6#6EA2AB
7#769DA3
8#7D979B
9#859294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EE #C8EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE1 #9EE1EB | BordersInactive statesPlaceholder text |
| 400 | 6BD1 #6BD1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C4 #41C4D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A7 #26A7BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E84 #1E8494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165F #165F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E1F6F9;
--sky-blue-200: #C8EEF4;
--sky-blue-300: #9EE1EB;
--sky-blue-400: #6BD1E1;
--sky-blue-500: #41C4D8;
--sky-blue-600: #26A7BA;
--sky-blue-700: #1E8494;
--sky-blue-800: #165F6A;
--sky-blue-900: #0E3D44;
--sky-blue-950: #09262A;
}