Sky Blue
#5AD3F2
CyanColor Codes
All color formats for development
HEX
#5AD3F2RGB
rgb(90, 211, 242)HSL
hsl(192, 85%, 65%)OKLCH
oklch(0.81 0.115 217.6)CMYK
cmyk(63%, 13%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BCBEF
2#1DC3ED
3#11AFD7
4#0F96B8
5#0C7D99
6#0A647B
7#074B5C
8#05323D
9#02191F
Tints
Lighter variations
1#6AD8F3
2#7BDCF4
3#8BE0F6
4#9CE5F7
5#ACE9F8
6#BDEEFA
7#CDF2FB
8#DEF6FC
9#EEFBFE
Tones
Muted variations
1#61CFEA
2#69CAE2
3#71C6DB
4#78C1D3
5#80BDCC
6#87B8C4
7#8FB3BD
8#97AFB5
9#9EAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E2 #92E2F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD3 #5AD3F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC7 #2BC7EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A9 #11A9D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D87 #0D87A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A60 #0A6076 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063E #063E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DEF6FC;
--sky-blue-200: #C2EFFA;
--sky-blue-300: #92E2F6;
--sky-blue-400: #5AD3F2;
--sky-blue-500: #2BC7EE;
--sky-blue-600: #11A9D0;
--sky-blue-700: #0D87A5;
--sky-blue-800: #0A6076;
--sky-blue-900: #063E4B;
--sky-blue-950: #04272F;
}