Sky Blue
#5BCEF1
CyanColor Codes
All color formats for development
HEX
#5BCEF1RGB
rgb(91, 206, 241)HSL
hsl(194, 84%, 65%)OKLCH
oklch(0.799 0.114 221.1)CMYK
cmyk(62%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CC5EE
2#1EBBEB
3#13A8D5
4#1090B7
5#0D7898
6#0B607A
7#08485B
8#05303D
9#03181E
Tints
Lighter variations
1#6BD3F2
2#7CD8F4
3#8CDDF5
4#9CE1F6
5#ADE6F8
6#BDEBF9
7#CEF0FB
8#DEF5FC
9#EFFAFE
Tones
Muted variations
1#62CAE9
2#6AC6E2
3#71C2DA
4#79BED3
5#80BACB
6#88B6C4
7#8FB2BC
8#97AEB5
9#9EAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93DF #93DFF6 | BordersInactive statesPlaceholder text |
| 400 | 5BCE #5BCEF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC0 #2CC0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12A2 #12A2CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E81 #0E81A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5C #0A5C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073B #073B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DEF5FC;
--sky-blue-200: #C2EDFA;
--sky-blue-300: #93DFF6;
--sky-blue-400: #5BCEF1;
--sky-blue-500: #2CC0ED;
--sky-blue-600: #12A2CE;
--sky-blue-700: #0E81A4;
--sky-blue-800: #0A5C75;
--sky-blue-900: #073B4B;
--sky-blue-950: #04252F;
}