Sky Blue
#46C9D2
CyanColor Codes
All color formats for development
HEX
#46C9D2RGB
rgb(70, 201, 210)HSL
hsl(184, 61%, 55%)OKLCH
oklch(0.769 0.112 201.7)CMYK
cmyk(67%, 4%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31C1CB
2#2CACB5
3#26969E
4#218187
5#1B6B71
6#16565A
7#104044
8#0B2B2D
9#051517
Tints
Lighter variations
1#59CED7
2#6BD4DB
3#7ED9E0
4#90DFE4
5#A3E4E9
6#B5E9ED
7#C8EFF2
8#DAF4F6
9#EDFAFB
Tones
Muted variations
1#4DC3CB
2#54BDC4
3#5BB7BD
4#62B1B6
5#69ABAF
6#70A5A8
7#779EA1
8#7E989A
9#859293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEF #CAEFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E3 #A1E3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD5 #6FD5DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C9 #46C9D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CAC #2CACB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2388 #238890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1961 #196167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103E #103E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A27 #0A2729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F7F8;
--sky-blue-200: #CAEFF2;
--sky-blue-300: #A1E3E8;
--sky-blue-400: #6FD5DC;
--sky-blue-500: #46C9D2;
--sky-blue-600: #2CACB5;
--sky-blue-700: #238890;
--sky-blue-800: #196167;
--sky-blue-900: #103E42;
--sky-blue-950: #0A2729;
}