Teal
#237F90
CyanColor Codes
All color formats for development
HEX
#237F90RGB
rgb(35, 127, 144)HSL
hsl(189, 61%, 35%)OKLCH
oklch(0.552 0.086 212.9)CMYK
cmyk(76%, 12%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F7381
2#1C6673
3#185965
4#154C56
5#114048
6#0E3339
7#0A262B
8#07191D
9#030D0E
Tints
Lighter variations
1#2997AA
2#30AFC5
3#44BDD2
4#5FC6D8
5#7AD0DF
6#94D9E5
7#AFE3EC
8#CAECF2
9#E4F6F9
Tones
Muted variations
1#287C8A
2#2E7885
3#33747F
4#39707A
5#3E6C74
6#43686F
7#49656A
8#4E6164
9#545D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DD #A1DDE8 | BordersInactive statesPlaceholder text |
| 400 | 6FCC #6FCCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46BD #46BDD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA0 #2CA0B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237F #237F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195B #195B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103A #103A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E2F5F8;
--teal-200: #CAECF2;
--teal-300: #A1DDE8;
--teal-400: #6FCCDC;
--teal-500: #46BDD2;
--teal-600: #2CA0B5;
--teal-700: #237F90;
--teal-800: #195B67;
--teal-900: #103A42;
--teal-950: #0A2429;
}