Sky Blue
#46D2C9
CyanColor Codes
All color formats for development
HEX
#46D2C9RGB
rgb(70, 210, 201)HSL
hsl(176, 61%, 55%)OKLCH
oklch(0.788 0.118 188.9)CMYK
cmyk(67%, 0%, 4%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CBC1
2#2CB5AC
3#269E96
4#218781
5#1B716B
6#165A56
7#104440
8#0B2D2B
9#051715
Tints
Lighter variations
1#59D7CE
2#6BDBD4
3#7EE0D9
4#90E4DF
5#A3E9E4
6#B5EDE9
7#C8F2EF
8#DAF6F4
9#EDFBFA
Tones
Muted variations
1#4DCBC3
2#54C4BD
3#5BBDB7
4#62B6B1
5#69AFAB
6#70A8A5
7#77A19E
8#7E9A98
9#859392
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD5 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196761 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E2F8F7;
--sky-blue-200: #CAF2EF;
--sky-blue-300: #A1E8E3;
--sky-blue-400: #6FDCD5;
--sky-blue-500: #46D2C9;
--sky-blue-600: #2CB5AC;
--sky-blue-700: #239088;
--sky-blue-800: #196761;
--sky-blue-900: #10423E;
--sky-blue-950: #0A2927;
}