Sky Blue
#46D2C4
CyanColor Codes
All color formats for development
HEX
#46D2C4RGB
rgb(70, 210, 196)HSL
hsl(174, 61%, 55%)OKLCH
oklch(0.786 0.12 185.5)CMYK
cmyk(67%, 0%, 7%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CBBC
2#2CB5A7
3#269E92
4#21877D
5#1B7168
6#165A53
7#10443F
8#0B2D2A
9#051715
Tints
Lighter variations
1#59D7CA
2#6BDBD0
3#7EE0D6
4#90E4DC
5#A3E9E2
6#B5EDE7
7#C8F2ED
8#DAF6F3
9#EDFBF9
Tones
Muted variations
1#4DCBBF
2#54C4B9
3#5BBDB3
4#62B6AE
5#69AFA8
6#70A8A3
7#77A19D
8#7E9A97
9#859392
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E2F8F6;
--sky-blue-200: #CAF2EE;
--sky-blue-300: #A1E8E1;
--sky-blue-400: #6FDCD1;
--sky-blue-500: #46D2C4;
--sky-blue-600: #2CB5A7;
--sky-blue-700: #239085;
--sky-blue-800: #19675F;
--sky-blue-900: #10423D;
--sky-blue-950: #0A2926;
}