Sky Blue
#46C7D2
CyanColor Codes
All color formats for development
HEX
#46C7D2RGB
rgb(70, 199, 210)HSL
hsl(185, 61%, 55%)OKLCH
oklch(0.764 0.111 203.2)CMYK
cmyk(67%, 5%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31BECB
2#2CA9B5
3#26949E
4#217F87
5#1B6A71
6#16555A
7#103F44
8#0B2A2D
9#051517
Tints
Lighter variations
1#59CCD7
2#6BD2DB
3#7ED8E0
4#90DDE4
5#A3E3E9
6#B5E8ED
7#C8EEF2
8#DAF4F6
9#EDF9FB
Tones
Muted variations
1#4DC1CB
2#54BBC4
3#5BB5BD
4#62AFB6
5#69A9AF
6#70A4A8
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 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEF #CAEFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E2 #A1E2E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD3 #6FD3DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C7 #46C7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA9 #2CA9B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2387 #238790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1960 #196067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103E #103E42 | 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: #CAEFF2;
--sky-blue-300: #A1E2E8;
--sky-blue-400: #6FD3DC;
--sky-blue-500: #46C7D2;
--sky-blue-600: #2CA9B5;
--sky-blue-700: #238790;
--sky-blue-800: #196067;
--sky-blue-900: #103E42;
--sky-blue-950: #0A2629;
}