Sky Blue
#46C4D2
CyanColor Codes
All color formats for development
HEX
#46C4D2RGB
rgb(70, 196, 210)HSL
hsl(186, 61%, 55%)OKLCH
oklch(0.757 0.11 205.6)CMYK
cmyk(67%, 7%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31BCCB
2#2CA7B5
3#26929E
4#217D87
5#1B6871
6#16535A
7#103F44
8#0B2A2D
9#051517
Tints
Lighter variations
1#59CAD7
2#6BD0DB
3#7ED6E0
4#90DCE4
5#A3E2E9
6#B5E7ED
7#C8EDF2
8#DAF3F6
9#EDF9FB
Tones
Muted variations
1#4DBFCB
2#54B9C4
3#5BB3BD
4#62AEB6
5#69A8AF
6#70A3A8
7#779DA1
8#7E979A
9#859293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEE #CAEEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E1 #A1E1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD1 #6FD1DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C4 #46C4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA7 #2CA7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2385 #238590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195F #195F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103D #103D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F6F8;
--sky-blue-200: #CAEEF2;
--sky-blue-300: #A1E1E8;
--sky-blue-400: #6FD1DC;
--sky-blue-500: #46C4D2;
--sky-blue-600: #2CA7B5;
--sky-blue-700: #238590;
--sky-blue-800: #195F67;
--sky-blue-900: #103D42;
--sky-blue-950: #0A2629;
}